Snippet.this

Creates a new #GtkSourceSnippet

  1. this(GtkSourceSnippet* gtkSourceSnippet, bool ownedRef)
  2. this(string trigger, string languageId)
    class Snippet
    this
    (
    string trigger
    ,
    string languageId
    )

Parameters

trigger string

the trigger word

languageId string

the source language

Return Value

A new #GtkSourceSnippet

Throws

ConstructionException GTK+ fails to create the object.

Meta